home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 24 / PC Gamer IT CD 24 2-2.iso / DESK95 / wincomm / INSTALL.BIN / WINCMD32.EXE / 0 / RCDATA / TDLGUNZIP / TDLGUNZIP.txt
Text File  |  1997-04-14  |  2KB  |  104 lines

  1. object DLGUNZIP: TDLGUNZIP
  2.   Tag = 1
  3.   Left = 221
  4.   Top = 114
  5.   HelpContext = 160
  6.   BorderIcons = [biSystemMenu]
  7.   BorderStyle = bsDialog
  8.   Caption = 'Unpack files'
  9.   ClientHeight = 121
  10.   ClientWidth = 348
  11.   Font.Color = clBtnText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   OnKeyDown = UnzipTextKeyDown
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Prompt: TLabel
  20.     Tag = 2
  21.     Left = 4
  22.     Top = 5
  23.     Width = 341
  24.     Height = 16
  25.     AutoSize = False
  26.     Caption = 'Unpack &file to:'
  27.   end
  28.   object UnzipText: TEdit
  29.     Left = 4
  30.     Top = 26
  31.     Width = 340
  32.     Height = 21
  33.     Font.Color = clWindowText
  34.     Font.Height = -11
  35.     Font.Name = 'MS Sans Serif'
  36.     Font.Style = []
  37.     ParentFont = False
  38.     TabOrder = 0
  39.     OnKeyDown = UnzipTextKeyDown
  40.   end
  41.   object PathExtract: TCheckBox
  42.     Tag = 3
  43.     Left = 4
  44.     Top = 51
  45.     Width = 341
  46.     Height = 16
  47.     Caption = '&Unpack path names if stored with files'
  48.     TabOrder = 1
  49.     OnKeyDown = UnzipTextKeyDown
  50.   end
  51.   object Overwrite: TCheckBox
  52.     Tag = 4
  53.     Left = 4
  54.     Top = 70
  55.     Width = 341
  56.     Height = 16
  57.     Caption = '&Overwrite existing files'
  58.     TabOrder = 2
  59.     OnKeyDown = UnzipTextKeyDown
  60.   end
  61.   object Ok: TButton
  62.     Tag = 4001
  63.     Left = 35
  64.     Top = 94
  65.     Width = 90
  66.     Height = 23
  67.     Caption = 'Ok'
  68.     Default = True
  69.     ModalResult = 1
  70.     TabOrder = 3
  71.     OnKeyDown = UnzipTextKeyDown
  72.   end
  73.   object id_calltree: TButton
  74.     Tag = 5
  75.     Left = 129
  76.     Top = 94
  77.     Width = 90
  78.     Height = 23
  79.     Caption = '&Tree'
  80.     TabOrder = 4
  81.     OnClick = id_calltreeClick
  82.   end
  83.   object Cancel: TButton
  84.     Tag = 4002
  85.     Left = 223
  86.     Top = 94
  87.     Width = 90
  88.     Height = 23
  89.     Cancel = True
  90.     Caption = 'Cancel'
  91.     ModalResult = 2
  92.     TabOrder = 5
  93.     OnKeyDown = UnzipTextKeyDown
  94.   end
  95.   object Translate1: TTranslate
  96.     Tag = 5440
  97.     Top = 92
  98.   end
  99.   object ResolutionFix1: TResolutionFix
  100.     Left = 316
  101.     Top = 92
  102.   end
  103. end
  104.